home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / Broderbund Demo / DemoData / Mathwork / MATHWORK.Dxr / 00876_go to startGus, init new game.ls < prev    next >
Encoding:
Text File  |  1997-08-22  |  181 b   |  12 lines

  1. on mouseDown
  2.   sound stop 1
  3.   updateStage()
  4.   puppetSound("Button1.aif")
  5.   updateStage()
  6.   repeat while soundBusy(1)
  7.     nothing()
  8.   end repeat
  9.   newGameInit()
  10.   go("startGus")
  11. end
  12.